home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / kode new / kant build files.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  970 b   |  16 lines  |  [TEXT/MMCC]

  1. void UseTheModule(FSSpec *theFS, Boolean useDefault);
  2. OSErr GetNamedModuleFS(FSSpec *theFS, Str255 theName);
  3. OSErr BuildModulesList(MenuHandle theMenu);
  4. OSErr BuildReferencesList(MenuHandle theMenu, FSSpec theFS);
  5. OSErr DoNewModule(void);
  6. OSErr OpenTheModule(FSSpec *theFS, Boolean newModule, Boolean useOldFile);
  7. Boolean ReferenceNameExistsQQ(FSSpec theFS, Str255 refName);
  8. OSErr DeleteOneReference(FSSpec theFS, Str255 refName);
  9. OSErr DeleteOneInstantiation(FSSpec theFS, Str255 refName, short stringIndex);
  10. OSErr AddOneReference(FSSpec theFS, Str255 refName);
  11. OSErr AddOneInstantiation(FSSpec theFS, Str255 refName, Str255 instantName);
  12. OSErr ReplaceOneReference(FSSpec theFS, Str255 oldRef, Str255 newRef);
  13. OSErr ReplaceOneInstantiation(FSSpec theFS, Str255 oldRef, short stringIndex, Str255 newStr);
  14. OSErr BuildTEFromResourceFile(FSSpec theFS, WindowPtr theWindow);
  15. OSErr AddInstantiationsFromFile(FSSpec theFS, WindowPtr theWindow, Str255 refName);
  16.